@font-face {
    font-family: 'iconfont';  /* project id 2262340 */
    src: url('https://at.alicdn.com/t/font_2262340_2brobdpow5a.eot');
    src: url('https://at.alicdn.com/t/font_2262340_2brobdpow5a.eot?#iefix') format('embedded-opentype'),
    url('https://at.alicdn.com/t/font_2262340_2brobdpow5a.woff2') format('woff2'),
    url('https://at.alicdn.com/t/font_2262340_2brobdpow5a.woff') format('woff'),
    url('https://at.alicdn.com/t/font_2262340_2brobdpow5a.ttf') format('truetype'),
    url('https://at.alicdn.com/t/font_2262340_2brobdpow5a.svg#iconfont') format('svg');
  }

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    vertical-align: baseline;
    font-family: MicrosoftYaHei, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
    min-height: 100%;
}

body {
    overflow-x: hidden;
}

.container {
    /* width: 1200px; */
}

a {
    color: inherit;
    text-decoration: none!important;
}

button {
    outline: none!important;
}

.pub-nav {
    height: 50px;
    margin-top: 10px;
    position: relative;
    line-height: 48px;
    border-bottom: 1px solid #ccc;
}

.pub-nav li {
    color: #fff;
    float: left;
    width: 12.5%;
    text-align: center;
}

.pub-nav li a {
    color: #fff;
}

.pub-nav li a:hover {
    opacity: 0.7;
}

.pub-nav .active a {
    display: inline-block;
    padding: 0 15px;
    /* border-bottom: 1px solid #ffff; */
}

.pub-nav hr {
    width: 12.5%;
    margin: 0px;
    border-top: 2px solid #ffff;
    position: absolute;
    bottom: 0px;
}

.pub-nav li a {
    /* padding: 5px 10px; */
    display: block; 
}  

.nav-top {
    padding-top: 44px;
    padding-bottom: 40px;
    color: #fff;
}

.nav-top a ,.nav-top span{
    opacity: 0.7;
    margin-top: 15px;
    font-size: 14px;
    display: inline-block;
}

.nav-top a i {
    margin-right: 5px;
}

.top-banner {
    height: 517px;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    background: url('../imgs/bg.png')no-repeat center center;
    background-size: cover;
}

.pub-title {
    padding-top: 25px;
    font-size: 24px;
    font-weight: bold;
    color: #064D8F;
    position: relative;
    padding-bottom: 30px;
}

.pub-title a {  
    float: right;
    font-size: 14px;
    font-weight: normal;
    color: #70A0E4;
    line-height: 20px;
}

.pub-title a:hover {
    opacity: 0.8;
} 

.pub-title a i {
    margin-left: 5px;
    font-size: 18px;
} 

#swiper .swiper-slide {
    height: 499px;
}

#swiper1 .swiper-slide {
    position: relative;
}

.nav-top a:hover {
    color: #fff;
    opacity: 0.5;
}

.mask-bottom {
    position: absolute;
    bottom: 0px;
    padding: 20px;
}

.mask-bottom span {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    color: #FDF2EA;
    line-height: 24px;
}

.mask-bottom p {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
}

.swiper-slide .mask {
    opacity: 0;
    background: rgba(2,84,139,0.71);
    height: 180px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.7s ease;
}

.news-img {
    height: 250px;
}

.xx-img {
    height: 173px;
}

.hover-img {
    width: 100%;
    overflow: hidden;
    display: block;
}

.hover-img img {
    transition: all 0.7s ease;
}

.hover-img:hover img {
    transform: scale(1.1);
}

.swiper-bottom {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    padding: 20px 30px;
    background: url(../imgs/mask.png)no-repeat ;
    background-size: cover;
    padding-bottom: 30px;
} 

.swiper-bottom h5 {
    font-size: 18px;
    color: #FFFFFF;
    /* margin-bottom: 10px; */
    display: inline-block;
    width: calc(100% - 65px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 18px;
}

.swiper-bottom p {
    opacity: 0.8;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 24px;
}

#swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right1 ul {
    margin-top: 3px;
}

.right1 {
    padding: 0 30px;
    background: #fff;
    /* padding-bottom: 3px; */
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.13);
}

.right1 li span {
    float: right;
    font-size: 14px;
    color: #999;
}

.pub-title2  {
    color: #666666;
    font-weight: normal;
    cursor: pointer;
}

.con2 {
    display: none;
}

.pub-title2 .active {
    color: #03528C;
    font-weight: bold;
}

.right1 li {
    position: relative;
    color: #333;
    height: 54px;
    font-size: 14px;
    padding-right: 15px;
    line-height: 50px;
    border-bottom: 1px solid #E8E8E8;
}

.right1 li:last-child {
    border: none;
}

.right1 .active {
    background: #EAF8FF;
}

.right1 .active .left {
    display: block;
}

.right1 .left {
    position: absolute;
    left: -30px;
    height: 54px;
    width: 30px;
    background: #EAF8FF;
    display: none;    
}

.right1 .left .sj {
    z-index: 10000;
    position: relative;
    left: -30px;
    border-top: 27px solid transparent;
    border-right: 30px solid #EAF8FF;
    border-bottom: 27px solid transparent;
}

main {
    margin-top: 30px;
}

.content1 {
    padding: 20px 0;
    padding-bottom: 40px;
} 

.content1 h6 {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content3 .left-bottom h6:hover {
    color: #064D8F;
}

.content1 h6:hover {
    color: #064D8F;
}

.content5-box h6:hover {
    color: #064D8F;
}

.content2 h6:hover {
    color: #064D8F;
}

.content3 .content3-box h6:hover {
    color: #064D8F;
}

.content1 img {
    max-width: 100%;
    height: 250px;
    object-fit: cover;
}

.content1 ul {
    margin-top: 40px;  
}

.content1 .comprehensiveNews {
    padding: 20px 10px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content1 .newWrap>div:nth-child(5)>div,
.content1 .newWrap>div:nth-child(6)>div{
    border: none;
}

.content1 .newWrap>div:first-child,
.content1 .newWrap>div:nth-child(2) {
    margin-top: 40px;
}

.content1 .comprehensiveNews span {
    font-size: 14px;
    color: #999999;
    margin-right: 30px;
}

.content2 {
    padding: 30px 0px;
    background: #F4F4F4;
}

.content2 .xx-img {
    max-width: 100%; 
    height: 173px;
    margin-bottom: 20px;
}

.video {
    position: relative;
}

.play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -42px;
    margin-left: -42px;
}

.content2 h6 {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    height: 48px;
    margin-bottom: 10px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content2 span  {
    font-size: 14px;
    color: #999;
}

.content2 .diff {
	width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 44px;
}

.right1 .pub-title {
    padding-bottom: 15px;
}

.tg-btn {
    background: none;
    height: 32px;
    padding: 0px;
    line-height: 32px;
    width: 110px;
    border: 1px solid #ccc;
    border-radius: 16px;
    position: relative;
    font-size: 14px;
    text-align: right;
    opacity: 0.8;
    padding-right: 15px;
}

.tg-btn a {
    margin-top: 0;
}

.search {
    height: 32px;
    width: 140px;
    margin-left: 25px;
    position: relative;
}

.search input {
    position: absolute;
    left: 0px;
    height: 100%;
    outline: none;
    width: 100%;
    font-size: 14px;
    padding-left: 15px;
    background: none;
    border: 1px solid #ccc;
    border-radius: 16px;
    padding-right: 30px;
}

.search i {
    position: absolute;
    right: 10px;
    top: 8px;
}

.tg-btn .box {
    border-radius: 100%;
    height: 33px;
    width: 33px;
    position: absolute;
    top: -1px;
    left: -1px;
    text-align: center;
    background: #70A0E4;
}

.content3 .left-img {
    max-width: 100%;
    height: 237px;
    overflow: hidden;
}

.content3 {
    padding: 30px 0;
}

.content3 .left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content3 .left-bottom {
    background: #EAF8FF;
    padding: 25px 18px;
    height: 100px;
}

.content3 .left-bottom .time {
    height: 50px;
    width: 50px;
    float: left;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: #70A0E4;
    margin-right: 15px;
}

.content3 .left-bottom h6 {
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content4-bottom h6 {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content3 .content3-box {
    margin-bottom: 45px;
}

.content3 .content3-box h6 {
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 10px;
    height: 50px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content3 .content3-box span {
    display: inline-block;
    font-size: 14px;
    color: #999999;
    margin-right: 10px;
}

.content3 .content3-box hr {
    width: calc(100% - 100px);
    display: inline-block;
    margin: 0px;
    position: relative;
    top: -5px;
    border-top: 1px solid #ccc;
}

.content3 .left-bottom span {
    font-size: 28px;
    margin-top: 3px;
    margin-bottom: 2px;
    display: inline-block;
}

.content4-box {
    /* height: 270px; */
    background: #fff;
    width: 100%;
    box-shadow: 0 4px 13px 0 rgba(0,0,0,0.18);
}

.content4 {
    padding: 50px 0;
}

.content4-img {
    width: 100%;
    height: 178px;
    overflow: hidden;
    position: relative;
}

.content4-img img {
    /*object-fit: cover;*/
    height: auto;
    width: 100%;
    position: absolute;
    min-height: 100%;
    top: 0;
}

.con {
    display: none;
}

.con1 {
    display: none;
}

.tab {
    width: 420px;
    height: 24px;
    margin:  0 auto;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -210px;
}

.pub-title .tab .active a {
    color: #03528C;
}

.tab li {
    float: left;
    font-size: 24px;
    font-weight: normal;
    color: #999999;
}

.pub-title .tab li a {
    float: none;
    font-size: 24px;
    margin: 0 15px;
    font-weight: normal;
    color: #999999;
}

.content4-bg {
    background: #EAF8FF;
    width: 100%;
    height: 611px;
    position: absolute;
    left: 0px;
    top: 2450px;
    z-index: -1;
}

.content5 {
    padding: 30px 0;
}

.content4-bottom {
    padding: 20px 25px;
}

.content5-box {
    height: 200px;
    width: 100%;
    border-bottom: 4px solid #70A0E4;
    margin-bottom: 30px;
    background: #FFFFFF;
    padding: 20px;
    box-shadow: 0 4px 13px 0 rgba(0,0,0,0.18);
}

.content5-box h6 {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 15px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content5-box p {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    max-height: 72px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.video-box h6 {
    font-size: 20px;
    margin-top: 10px;
    line-height: 1.5;
    color: #333333;
}

footer {
    background: #02548B;
    width: 100%;
    height: 210px;
    padding-top: 40px;
}

footer p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
}

footer hr {
    margin-top: 30px;
    border-top: 1px solid #ccc;
}

footer ul li {
    float: right;
    position: relative;
    color: #fff;
    margin-left: 20px;
    cursor: pointer;
}

footer ul li:hover img {
    display: block;
}

footer ul li img {
    height: 100px;
    height: 100px;
    position: absolute;
    top: -110px;
    left: -40px;
    display: none;
    z-index: 1000;
}

footer ul li .iconfont {
    font-size: 30px;
    color: #CCCCCC;
}

.swiper-box {
    position: relative;
}

#swiper1 {
    height: 220px;
}

.video img {
    max-width: 100%;
}

.content6 {
    padding: 30px 0;
}

#swiper1 .swiper-slide img {
    max-width: 100%;
    height: 180px;
    width: 100%;
    object-fit: cover;
}

#swiper1 .swiper-slide:hover .mask {
    opacity: 1;
}

#swiper1 .swiper-slide:nth-child(odd){
    margin-top: 20px;
}

.arrows-box {
    height: 81px;
    width: 42px;
    background: rgba(0,0,0,0.7);
    position: absolute;
    outline: none;
    line-height: 81px;
    text-align: center;
    cursor: pointer;
}

.arrows-box i {
    color: #fff;
    font-size: 20px;
}

.next {
    left: -70px;
    top: 30px;
}

.prev {
    right: -70px;
    top: 30px;
}

.copy {
    opacity: .5;
    font-size: 14px;
}

.pub-title1 {
    color: #fff;
}

.pub-title1 a {
    color: #fff;
}

.copy a {
    color: inherit;
    padding: 0 2px;
}

@media (min-width: 1450px) {
    .container {
        width: 1430px;
    }
}

@media (min-width: 992px) and (max-width: 1449px) {
    .container {
        width: 92%; 
    }
}

@media screen and (max-width: 996px) {

    .mob-content1 .box {
        position: absolute;
        bottom: 0;
        z-index: 100;
        width: 100%;
    }
    
    .mob-content1 h5 {
        color: white !important;
    }
    
    .arrows-box {
        margin-top: -30px !important;
    }

    .content4-img img {
        height: auto;
        min-height: 100%;
    }
}

.mob-list {
    width: 100%;
    padding: 0 15px;
    margin-top: 15px;
}

.mob-list a {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 45px;
    height: 45px;
    font-size: 14px;
    border-bottom: 1px solid #E8E8E8;
}

#right li > a > div {
    display: inline-block;
    width: calc(100% - 80px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}

#swiper [class^='swiper-button'] {
    background-color: rgba(0,0,0,0.7);
    outline: none;
    width: 30px;
    height: 64px;
    background-size: 12px;
}

#swiper .swiper-button-prev {
    left: 0;
    background-image: url("");
}

#swiper .swiper-button-next {
    right: 0;
    background-image: url();
}

.swiper-bottom-right {
    color: white;
    width: 55px;
    display: inline-block;
}

.currentIndex {
    font-size: 32px;
}

.total {
    font-size: 16px;
}